home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Skunkware 5
/
Skunkware 5.iso
/
src
/
X11
/
xsw
/
include
/
psmem.h
< prev
next >
Wrap
Text File
|
1995-05-09
|
2KB
|
82 lines
/*
* @(#) psmem.h 9.1 93/05/27 SCOINC
*/
/***************************************************************************
*
* Copyright (c) 1990-1993 The Santa Cruz Operation, Inc.
*
* All rights reserved. No part of this program or publication may be
* reproduced, transmitted, transcribed, stored in a retrieval system,
* or translated into any language or computer language, in any form or
* by any means, electronic, mechanical, magnetic, optical, chemical,
* biological, or otherwise, without the prior written permission of:
*
* The Santa Cruz Operation , Inc. (408) 425-7222
* 400 Encinal St., Santa Cruz, California 95060 USA
*
**************************************************************************/
/*
* Modification History
*
* S000 27-May-93 rickra
* Initial check in....
*/
#define VIRTUAL 0
#define SHARED 1
#define PRIVATE 2
#define WEIGHTED 3
#define TOTAL_1 4
#define NONE 6
#define SWAP_CORE 7
#define FILE_CORE 8
#define LSTFILE_CORE 9
#define TOTAL_2 10
#define SWAP 11
#define FILE 12
#define LSTFILE 13
#define ZERO 14
#define FILL 15
#define IOMAP 16
#define WINDOW 16
#define SWAP_ONLY 17
#define FILE_ONLY 18
#define LSTFILE_ONLY 19
typedef struct ps_mem_pixel_struct
{
Pixel virtual_pixel;
Pixel shared_pixel;
Pixel private_pixel;
Pixel weighted_pixel;
Pixel total_1_pixel;
Pixel none_pixel;
Pixel swap_core_pixel;
Pixel file_core_pixel;
Pixel lstfile_core_pixel;
Pixel total_2_pixel;
Pixel swap_pixel;
Pixel file_pixel;
Pixel lstfile_pixel;
Pixel zero_pixel;
Pixel fill_pixel;
Pixel iomap_pixel;
Pixel window_pixel;
Pixel swap_only_pixel;
Pixel file_only_pixel;
Pixel lstfile_only_pixel;
} PS_MEM_PIXEL;